Scheduler for WinRT
Remove Method (BaseStorage<T,TMappingCollection>)


The System.Object to remove.
Removes object from the Objects collection.
Syntax
'Declaration
 
Public Overrides Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As BaseStorage(Of T,TMappingCollection)
Dim value As Object
 
instance.Remove(value)
public override void Remove( 
   object value
)

Parameters

value
The System.Object to remove.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseStorage<T,TMappingCollection> Class
BaseStorage<T,TMappingCollection> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.